home *** CD-ROM | disk | FTP | other *** search
-
- NAME
-
- man - command line manual
-
- SYNOPSIS
-
- man command [section]
-
- DESCRIPTION
-
- The "man" program reads a descriptive text resource from within a selected command and writes that text to standard output.
-
- Note: Man pages are available for flow-of-control statements, but they must be quoted so that the shell knows how to execute them:
-
- man "if"
- man "while"
-
- RETURN CODES
-
- <0 Error
- 0 Success
-
- SEE ALSO
-
- try "man man resources"
-
- The nShell Programmer's Guide contains additional information on writing man resources.